home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000277_news@columbia.edu _Tue Feb 18 12:54:09 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA10777
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 18 Feb 1997 12:54:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA14053
  7.     for kermit.misc@watsun; Tue, 18 Feb 1997 12:54:07 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: C-Kermit, directory name being ignored on GET
  12. Date: 18 Feb 1997 17:54:01 GMT
  13. Organization: Columbia University
  14. Lines: 30
  15. Message-ID: <5ecqbp$1ti$1@apakabar.cc.columbia.edu>
  16. References: <5ecll4$5oc@fidoii.cc.lehigh.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6616
  19.  
  20. In article <5ecll4$5oc@fidoii.cc.lehigh.edu>,
  21. Stephen G. Roseman <lusgr@chili.CC.Lehigh.EDU> wrote:
  22. : I'm not sure if this is a bug or a feature.  The section in ckc192.upd on
  23. : RECEIVE and GET directory changes is a bit obscure.
  24. : Setup:  PC (MS-DOS kermit 3.14) sitting in SERVER mode.
  25. :     Unix (C-Kermit 6.0.192) runs a script to get a file from the PC, and
  26. : store it locally.  The GET command is run without parameters, and prompts for
  27. : the remote and local file names.  eg:
  28. : [/j/lusgr] C-Kermit>get
  29. :  Remote file specification: kermit.exe
  30. :  Local name to store it under: /tmp/frog.exe
  31. : stores the file "frog.exe" in the local directory, not in /tmp.
  32. : [/j/lusgr] C-Kermit>get
  33. :  Remote file specification: c:\util\kermit.exe
  34. :  Local name to store it under: frog.exe
  35. : doesn't find the file on the PC end.
  36. : The directory names are being ignored.  This process worked with C-Kermit 5.
  37.  
  38. Try c:\\util\\kermit.exe since '\' is the Kermit command quoting character.
  39.  
  40.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  41.                  The Kermit Project * Columbia University
  42.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  43.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu